Scenario #5100: Query Relations by Contact

Properties

Required

Given

name value
contactUuid 2a4d0f8c-a478-405b-9875-2a6a4474e9c5

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=85489e3f-ec95-4785-9d99-c0eecf7a1593&contactUuid=2a4d0f8c-a478-405b-9875-2a6a4474e9c5" // Contact: Michelle Matthieu \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "b9f05bf3-6607-4d6e-b8c4-08455828c50d",
  "anchor" : {
    "uuid" : "85489e3f-ec95-4785-9d99-c0eecf7a1593", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "holder" : {
    "uuid" : "85489e3f-ec95-4785-9d99-c0eecf7a1593", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "type" : "DEBITOR",
  "mark" : null,
  "contact" : {
    "uuid" : "2a4d0f8c-a478-405b-9875-2a6a4474e9c5", // Contact: Michelle Matthieu
    "caption" : "Michelle Matthieu",
    "postalAddress" : {
      "zipcode" : "22123",
      "country" : "Germany",
      "city" : "Hamburg",
      "street" : "An der Wandse 34",
      "name" : "Michelle Matthieu"
    },
    "emailAddresses" : {
      "main" : "michelle@matthieu.example.org"
    },
    "phoneNumbers" : {
      "mobile" : "+49 152 1234567"
    }
  }
}, {
  "uuid" : "dc7d5a82-2a3b-4523-a002-9f439903892a",
  "anchor" : {
    "uuid" : "806e75fe-7894-4422-86be-783107f07f3f", // Person: Hostsharing eG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Hostsharing eG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "85489e3f-ec95-4785-9d99-c0eecf7a1593", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "type" : "PARTNER",
  "mark" : null,
  "contact" : {
    "uuid" : "2a4d0f8c-a478-405b-9875-2a6a4474e9c5", // Contact: Michelle Matthieu
    "caption" : "Michelle Matthieu",
    "postalAddress" : {
      "zipcode" : "22123",
      "country" : "Germany",
      "city" : "Hamburg",
      "street" : "An der Wandse 34",
      "name" : "Michelle Matthieu"
    },
    "emailAddresses" : {
      "main" : "michelle@matthieu.example.org"
    },
    "phoneNumbers" : {
      "mobile" : "+49 152 1234567"
    }
  }
} ]

generated on 2026-08-10 01:37:55 for branch